Adwaita: Set a background for magnifiers
authorMatthias Clasen <mclasen@redhat.com>
Tue, 3 Nov 2020 15:12:32 +0000 (10:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 3 Nov 2020 16:00:32 +0000 (11:00 -0500)
The magnifier in entries is magnifying the GtkText
widget, which does not draw any background itself.
Therefore, we give the magnifier a background, to
make things look as expected.

Fixes: #3318
gtk/theme/Adwaita/_common.scss

index 119694649d2ea72d88da25c23fcb15c6750cf776..a552965cdd1a3cd82e516cd7c290fdf4a33a5d19 100644 (file)
@@ -1845,6 +1845,9 @@ popover.background {
   }
 }
 
+magnifier {
+  background-color: $base_color;
+}
 
 /*************
  * Notebooks *